 /* 首页banner */
 .banner-swiper-container {
    position: relative;
    overflow: hidden;
 }
  .banner-swiper-wrapper {
    display: flex;
  }
  .banner-swiper-slide {
    position:relative;
    flex-shrink:0;
    height: 680px;
    background-color:rgb(224,238,255);
  }
  .banner-swiper-pagination {
    position: absolute;
    z-index: 3;
    left: 0;
    top:-168px;
    height:10px;
  }
  .banner-pagination-bullet {
    display: inline-block;
    width: 48px;
    height: 4px;
    margin-right: 12px;
    background: rgba(0,0,0,0.1003);
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
  }
  .banner-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color);
  }
  .banner-img {
    height: 680px;
  }
  .banner1 {
    background: url("/wp-content/themes/do1/assets/images/3.0/banner1.jpg") no-repeat center;
    background-size: auto 100%;
  }
  .banner2 {
    background-image: url("/wp-content/themes/do1/assets/images/3.0/banner2.png"),url("/wp-content/themes/do1/assets/images/3.0/banner-bg.jpg");
    background-position: right,center;
    background-repeat: no-repeat,no-repeat;
    background-size: 50%,auto 100%;
  }
  .banner3 {
    background-image: url("/wp-content/themes/do1/assets/images/3.0/banner3.png"),url("/wp-content/themes/do1/assets/images/3.0/banner-bg.jpg");
    background-position: right,center;
    background-repeat: no-repeat,no-repeat;
    background-size: 50%,auto 100%;
  }
  .banner-box {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:flex;
    flex-direction: column;
    justify-content:center;
  }
  .banner-box .banner-text {
      padding-bottom: 12px;
      font-size: 48px;
      font-weight: 600;
      color: #0F1633;
      line-height: 64px;
      display: flex;
      align-items: center;
  }
  .banner-second-text {   
    color: #1D2129;
    font-size: 32px;
  }
  .banner-text-tips {
      display: block;
      width: 76px;
      height: 54px;
      background: url("/wp-content/themes/do1/assets/images/3.0/3.0.svg") no-repeat center;
      background-size: 76px 50px;
      margin: 6px 8px 0;
  }
  .banner-box .banner-describe {
      font-size: 18px;
      color: #0F1633;
      line-height: 26px;
      letter-spacing: 1px;
      padding: 30px 0 48px 0;
  }
  .banner-button-box {
      display: flex;
  }
  .form-input-wrap {
    padding:1px;
    display:inline-block;
    border-radius: 6px 0px 0px 6px;
    background: linear-gradient(148deg, rgba(135.39822578430176, 201.06193989515305, 255, 1), rgba(255, 255, 255, 0));
  }
  .form-input {
    width: 229px;
    padding-left:34px;
    height: 38px;
    border-radius: 5px 0px 0px 5px;
    background: url("/wp-content/themes/do1/assets/images/3.0/icon-mobile.svg") #fff no-repeat 10px;
  }
  .form-input:focus,
  .form-input:focus-visible {
    outline: none;
  }
  .banner-button-box .banner-button {
     margin-left: -10px;
     margin-right: 30px;
  }
  .banner-button-box .banner-button-border {
      width: 160px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      border-radius: 2px;
      border: 1px solid #F55402;
      margin-left: 16px;
      cursor: pointer;
      font-size: 18px;
  }
  .banner-button-border .banner-button-icon {
      display: inline-block;
      margin-right: 3px;
      width: 20px;
      height: 20px;
      background: url("/wp-content/themes/do1/assets/images/home/icon-play.svg") no-repeat center;
  }
  .banner-button-box .banner-button-border:hover .banner-button-icon {
      display: inline-block;
      margin-right: 3px;
      width: 20px;
      height: 20px;
      background: url("/wp-content/themes/do1/assets/images/home/icon-play-active.svg") no-repeat center;
  }